home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 188 - Disc 1 / dpcs1003a.iso / Cafe / NoteTab / NoteTab_Setup.exe / {app} / NoteTab.exe / 0 / RCDATA / TFRMPRINT / TFRMPRINT.txt < prev   
Encoding:
Text File  |  2003-05-22  |  18.0 KB  |  727 lines

  1. object frmPrint: TfrmPrint
  2.   Left = 257
  3.   Top = 156
  4.   Hint = '|Print...'
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   ActiveControl = rbtAll
  8.   AutoScroll = False
  9.   BorderIcons = [biSystemMenu]
  10.   Caption = 'Print'
  11.   ClientHeight = 250
  12.   ClientWidth = 450
  13.   Color = clBtnFace
  14.   Constraints.MaxHeight = 277
  15.   Constraints.MaxWidth = 458
  16.   Constraints.MinHeight = 277
  17.   Constraints.MinWidth = 458
  18.   Font.Charset = DEFAULT_CHARSET
  19.   Font.Color = clWindowText
  20.   Font.Height = -11
  21.   Font.Name = 'MS Sans Serif'
  22.   Font.Style = []
  23.   Icon.Data = {<image000.ico>}
  24.   OldCreateOrder = True
  25.   Position = poScreenCenter
  26.   Scaled = False
  27.   OnClose = FormClose
  28.   OnCreate = FormCreate
  29.   OnDestroy = FormDestroy
  30.   PixelsPerInch = 96
  31.   TextHeight = 13
  32.   object pgcPrint: TPageControl
  33.     Left = 8
  34.     Top = 8
  35.     Width = 433
  36.     Height = 233
  37.     ActivePage = tbsPrint
  38.     TabOrder = 0
  39.     object tbsPrint: TTabSheet
  40.       Caption = 'Print'
  41.       object gbxPrintRange: TGroupBox
  42.         Left = 8
  43.         Top = 12
  44.         Width = 313
  45.         Height = 105
  46.         Caption = 'Print Range'
  47.         TabOrder = 0
  48.         object lbl_edtFrom: TEnhLabel
  49.           Left = 101
  50.           Top = 51
  51.           Width = 23
  52.           Height = 13
  53.           Caption = '&from:'
  54.           FocusControl = edtFrom
  55.         end
  56.         object lbl_edtTo: TEnhLabel
  57.           Left = 218
  58.           Top = 51
  59.           Width = 12
  60.           Height = 13
  61.           Caption = 't&o:'
  62.           FocusControl = edtTo
  63.         end
  64.         object lbl_cmbPrintPages: TEnhLabel
  65.           Left = 92
  66.           Top = 19
  67.           Width = 65
  68.           Height = 13
  69.           Caption = '&Duplex mode:'
  70.           FocusControl = cmbPrintPages
  71.         end
  72.         object rbtAll: TRadioButton
  73.           Left = 8
  74.           Top = 22
  75.           Width = 65
  76.           Height = 17
  77.           Hint = '|Print all document'
  78.           Caption = '&All'
  79.           Checked = True
  80.           TabOrder = 0
  81.           TabStop = True
  82.           OnClick = NewValues
  83.         end
  84.         object rbtPages: TRadioButton
  85.           Left = 8
  86.           Top = 50
  87.           Width = 81
  88.           Height = 17
  89.           Hint = '|Print selected page range'
  90.           Caption = '&Pages'
  91.           Enabled = False
  92.           TabOrder = 1
  93.           OnClick = rbtPagesClick
  94.         end
  95.         object edtFrom: TLblEdit
  96.           Left = 144
  97.           Top = 48
  98.           Width = 41
  99.           Height = 21
  100.           Hint = '|Start printing from'
  101.           MaxLength = 5
  102.           TabOrder = 2
  103.           Text = '1'
  104.           OnKeyPress = CheckInteger
  105.           OnEdited = SetPages
  106.           LabelPos = lpCustom
  107.           LabelMargin = 4
  108.           LabelComponent = lbl_edtFrom
  109.           LabelRelLeft = -43
  110.           LabelRelTop = 3
  111.         end
  112.         object edtTo: TLblEdit
  113.           Left = 244
  114.           Top = 48
  115.           Width = 41
  116.           Height = 21
  117.           Hint = '|Last page to print (0 means till the end)'
  118.           MaxLength = 5
  119.           TabOrder = 3
  120.           OnKeyPress = CheckInteger
  121.           OnEdited = SetPages
  122.           LabelPos = lpCustom
  123.           LabelMargin = 4
  124.           LabelComponent = lbl_edtTo
  125.           LabelRelLeft = -26
  126.           LabelRelTop = 3
  127.         end
  128.         object rbtSelection: TRadioButton
  129.           Left = 8
  130.           Top = 77
  131.           Width = 105
  132.           Height = 17
  133.           Hint = '|Print only selected text'
  134.           Caption = '&Selection'
  135.           Enabled = False
  136.           TabOrder = 4
  137.           OnClick = NewValues
  138.         end
  139.         object cmbPrintPages: TLblComboBox
  140.           Left = 180
  141.           Top = 16
  142.           Width = 105
  143.           Height = 21
  144.           Hint = '|Select whether to print even, odd, or all pages in chosen range'
  145.           ItemHeight = 13
  146.           TabOrder = 5
  147.           Items.Strings = (
  148.             'Even and Odd'
  149.             'Odd only'
  150.             'Even only')
  151.           AddNewToStart = False
  152.           AddNewToList = False
  153.           AllowNull = False
  154.           CaseSensitive = False
  155.           DestroyObjects = False
  156.           LimitToList = True
  157.           ReadOnly = False
  158.           LabelPos = lpCustom
  159.           LabelComponent = lbl_cmbPrintPages
  160.           LabelRelLeft = -88
  161.           LabelRelTop = 3
  162.         end
  163.       end
  164.       object gbxCopies: TGroupBox
  165.         Left = 8
  166.         Top = 124
  167.         Width = 313
  168.         Height = 49
  169.         Caption = 'Copies'
  170.         TabOrder = 1
  171.         object lbl_edtCopies: TEnhLabel
  172.           Left = 8
  173.           Top = 19
  174.           Width = 87
  175.           Height = 13
  176.           Caption = 'Number of &Copies:'
  177.           FocusControl = edtCopies
  178.         end
  179.         object edtCopies: TLblEdit
  180.           Left = 120
  181.           Top = 16
  182.           Width = 41
  183.           Height = 21
  184.           Hint = '|Number of copies to print'
  185.           MaxLength = 4
  186.           TabOrder = 0
  187.           Text = '1'
  188.           OnKeyPress = CheckInteger
  189.           OnEdited = NewValues
  190.           LabelPos = lpCustom
  191.           LabelComponent = lbl_edtCopies
  192.           LabelRelLeft = -112
  193.           LabelRelTop = 3
  194.         end
  195.         object cbxCollate: TCheckBox
  196.           Left = 220
  197.           Top = 18
  198.           Width = 85
  199.           Height = 17
  200.           Hint = '|Prints copies in page number order when checked'
  201.           Caption = 'Collat&e'
  202.           TabOrder = 1
  203.           OnClick = NewValues
  204.         end
  205.       end
  206.       object cbxPrintToFile: TCheckBox
  207.         Left = 12
  208.         Top = 180
  209.         Width = 125
  210.         Height = 17
  211.         Hint = '|Print to file instead of printer'
  212.         Caption = 'P&rint To File'
  213.         TabOrder = 2
  214.         OnClick = NewValues
  215.       end
  216.       object cbxLandscape: TCheckBox
  217.         Left = 176
  218.         Top = 180
  219.         Width = 105
  220.         Height = 17
  221.         Hint = '|When checked, the print job prints horizontally on the page'
  222.         Caption = '&Landscape'
  223.         TabOrder = 3
  224.         OnClick = NewValues
  225.       end
  226.     end
  227.     object tbsMargins: TTabSheet
  228.       Caption = 'Margins'
  229.       object Bevel1: TBevel
  230.         Left = 8
  231.         Top = 8
  232.         Width = 313
  233.         Height = 57
  234.         Shape = bsFrame
  235.       end
  236.       object lbl_cmbUnits: TEnhLabel
  237.         Left = 20
  238.         Top = 17
  239.         Width = 27
  240.         Height = 13
  241.         Caption = '&Units:'
  242.         FocusControl = cmbUnits
  243.       end
  244.       object gbxMargins: TGroupBox
  245.         Left = 8
  246.         Top = 84
  247.         Width = 241
  248.         Height = 109
  249.         Caption = 'Margins'
  250.         TabOrder = 2
  251.         object lbl_edtLeft: TEnhLabel
  252.           Left = 12
  253.           Top = 17
  254.           Width = 21
  255.           Height = 13
  256.           Caption = '&Left:'
  257.           FocusControl = edtLeft
  258.         end
  259.         object lbl_edtRight: TEnhLabel
  260.           Left = 140
  261.           Top = 17
  262.           Width = 28
  263.           Height = 13
  264.           Caption = '&Right:'
  265.           FocusControl = edtRight
  266.         end
  267.         object lbl_edtTop: TEnhLabel
  268.           Left = 12
  269.           Top = 61
  270.           Width = 22
  271.           Height = 13
  272.           Caption = '&Top:'
  273.           FocusControl = edtTop
  274.         end
  275.         object lbl_edtBottom: TEnhLabel
  276.           Left = 140
  277.           Top = 61
  278.           Width = 36
  279.           Height = 13
  280.           Caption = '&Bottom:'
  281.           FocusControl = edtBottom
  282.         end
  283.         object edtLeft: TLblEdit
  284.           Left = 12
  285.           Top = 32
  286.           Width = 89
  287.           Height = 21
  288.           Hint = '|Size of left margin'
  289.           MaxLength = 6
  290.           TabOrder = 0
  291.           Text = '0'
  292.           OnKeyPress = CheckMargins
  293.           OnEdited = NewValues
  294.           LabelPos = lpTop
  295.           LabelMargin = 2
  296.           LabelComponent = lbl_edtLeft
  297.           LabelRelLeft = 0
  298.           LabelRelTop = -15
  299.         end
  300.         object edtRight: TLblEdit
  301.           Left = 140
  302.           Top = 32
  303.           Width = 89
  304.           Height = 21
  305.           Hint = '|Size of right margin'
  306.           MaxLength = 6
  307.           TabOrder = 1
  308.           Text = '0'
  309.           OnKeyPress = CheckMargins
  310.           OnEdited = NewValues
  311.           LabelPos = lpTop
  312.           LabelMargin = 2
  313.           LabelComponent = lbl_edtRight
  314.           LabelRelLeft = 0
  315.           LabelRelTop = -15
  316.         end
  317.         object edtTop: TLblEdit
  318.           Left = 12
  319.           Top = 76
  320.           Width = 89
  321.           Height = 21
  322.           Hint = '|Size of top margin'
  323.           MaxLength = 6
  324.           TabOrder = 2
  325.           Text = '0'
  326.           OnKeyPress = CheckMargins
  327.           OnEdited = NewValues
  328.           LabelPos = lpTop
  329.           LabelMargin = 2
  330.           LabelComponent = lbl_edtTop
  331.           LabelRelLeft = 0
  332.           LabelRelTop = -15
  333.         end
  334.         object edtBottom: TLblEdit
  335.           Left = 140
  336.           Top = 76
  337.           Width = 89
  338.           Height = 21
  339.           Hint = '|Size of bottom margin'
  340.           MaxLength = 6
  341.           TabOrder = 3
  342.           Text = '0'
  343.           OnKeyPress = CheckMargins
  344.           OnEdited = NewValues
  345.           LabelPos = lpTop
  346.           LabelMargin = 2
  347.           LabelComponent = lbl_edtBottom
  348.           LabelRelLeft = 0
  349.           LabelRelTop = -15
  350.         end
  351.       end
  352.       object cmbUnits: TLblComboBox
  353.         Left = 20
  354.         Top = 32
  355.         Width = 157
  356.         Height = 21
  357.         Hint = '|Units of measurement used for margins'
  358.         DropDownCount = 3
  359.         ItemHeight = 13
  360.         TabOrder = 0
  361.         Items.Strings = (
  362.           'Inches'
  363.           'Centimeters'
  364.           'Pixels')
  365.         AddNewToStart = False
  366.         AddNewToList = False
  367.         AllowNull = False
  368.         CaseSensitive = False
  369.         DestroyObjects = False
  370.         LimitToList = True
  371.         ReadOnly = False
  372.         OnListPick = cmbUnitsListPick
  373.         LabelPos = lpTop
  374.         LabelMargin = 2
  375.         LabelComponent = lbl_cmbUnits
  376.         LabelRelLeft = 0
  377.         LabelRelTop = -15
  378.       end
  379.       object cbxWordWrap: TCheckBox
  380.         Left = 208
  381.         Top = 32
  382.         Width = 105
  383.         Height = 17
  384.         Hint = '|Wrap long lines'
  385.         Caption = '&Word Wrap'
  386.         TabOrder = 1
  387.         OnClick = NewValues
  388.       end
  389.     end
  390.     object tbsFont: TTabSheet
  391.       Caption = 'Font'
  392.       object Bevel3: TBevel
  393.         Left = 8
  394.         Top = 8
  395.         Width = 313
  396.         Height = 185
  397.         Shape = bsFrame
  398.       end
  399.       object lbl_edtFontPreview: TEnhLabel
  400.         Left = 24
  401.         Top = 65
  402.         Width = 98
  403.         Height = 13
  404.         Caption = 'Preview Printer Font:'
  405.         FocusControl = edtFontPreview
  406.       end
  407.       object btnPrinterFont: TFontButton
  408.         Left = 24
  409.         Top = 24
  410.         Width = 89
  411.         Height = 25
  412.         Hint = 'Select printer font'
  413.         Caption = '&Font...'
  414.         TabOrder = 0
  415.         RefFont.Charset = DEFAULT_CHARSET
  416.         RefFont.Color = clWindowText
  417.         RefFont.Height = -11
  418.         RefFont.Name = 'MS Sans Serif'
  419.         RefFont.Style = []
  420.         FontDialog = vclFontDialog
  421.         OnChanged = UncheckDocFont
  422.       end
  423.       object cbxDocFont: TCheckBox
  424.         Left = 152
  425.         Top = 28
  426.         Width = 153
  427.         Height = 17
  428.         Hint = 'Use current document font instead of printer font'
  429.         Caption = '&Use Document Font'
  430.         TabOrder = 1
  431.         OnClick = NewValues
  432.       end
  433.       object edtFontPreview: TLblMemo
  434.         Left = 24
  435.         Top = 80
  436.         Width = 281
  437.         Height = 101
  438.         Hint = '|Preview printer font'
  439.         Font.Charset = DEFAULT_CHARSET
  440.         Font.Color = clWindowText
  441.         Font.Height = -13
  442.         Font.Name = 'Courier New'
  443.         Font.Style = []
  444.         ParentFont = False
  445.         ReadOnly = True
  446.         TabOrder = 2
  447.         WordWrap = False
  448.         LabelPos = lpTop
  449.         LabelMargin = 2
  450.         LabelComponent = lbl_edtFontPreview
  451.         LabelRelLeft = 0
  452.         LabelRelTop = -15
  453.       end
  454.     end
  455.     object tbsOther: TTabSheet
  456.       Caption = 'Other'
  457.       object Bevel2: TBevel
  458.         Left = 8
  459.         Top = 120
  460.         Width = 313
  461.         Height = 75
  462.         Shape = bsFrame
  463.       end
  464.       object lbl_edtTitle: TEnhLabel
  465.         Left = 17
  466.         Top = 134
  467.         Width = 23
  468.         Height = 13
  469.         Caption = '&Title:'
  470.         FocusControl = edtTitle
  471.       end
  472.       object lbl_edtDateFilter: TEnhLabel
  473.         Left = 17
  474.         Top = 167
  475.         Width = 51
  476.         Height = 13
  477.         Caption = '&Date Filter:'
  478.         FocusControl = edtDateFilter
  479.       end
  480.       object gbxOther: TGroupBox
  481.         Left = 8
  482.         Top = 4
  483.         Width = 313
  484.         Height = 105
  485.         Caption = 'Header and Footer'
  486.         TabOrder = 0
  487.         object lbl_cmbPageNumbers: TEnhLabel
  488.           Left = 12
  489.           Top = 17
  490.           Width = 73
  491.           Height = 13
  492.           Caption = 'Page &Numbers:'
  493.           FocusControl = cmbPageNumbers
  494.         end
  495.         object lbl_edtNumberFormat: TEnhLabel
  496.           Left = 12
  497.           Top = 57
  498.           Width = 75
  499.           Height = 13
  500.           Caption = 'N&umber Format:'
  501.           FocusControl = edtNumberFormat
  502.         end
  503.         object lbl_cmbHeader: TEnhLabel
  504.           Left = 164
  505.           Top = 17
  506.           Width = 38
  507.           Height = 13
  508.           Caption = '&Header:'
  509.           FocusControl = cmbHeader
  510.         end
  511.         object lbl_cmbFooter: TEnhLabel
  512.           Left = 164
  513.           Top = 57
  514.           Width = 33
  515.           Height = 13
  516.           Caption = '&Footer:'
  517.           FocusControl = cmbFooter
  518.         end
  519.         object cmbPageNumbers: TLblComboBox
  520.           Left = 12
  521.           Top = 32
  522.           Width = 133
  523.           Height = 21
  524.           Hint = '|Page numbers and their position'
  525.           DropDownCount = 7
  526.           ItemHeight = 13
  527.           TabOrder = 0
  528.           Items.Strings = (
  529.             '[None]'
  530.             'Top, left'
  531.             'Top, right'
  532.             'Top, center'
  533.             'Bottom, left'
  534.             'Bottom, right'
  535.             'Bottom, center')
  536.           AddNewToStart = False
  537.           AddNewToList = False
  538.           AllowNull = False
  539.           AutoPickItem = False
  540.           CaseSensitive = False
  541.           DestroyObjects = False
  542.           LimitToList = True
  543.           ReadOnly = False
  544.           OnListPick = NewValues
  545.           LabelPos = lpTop
  546.           LabelMargin = 2
  547.           LabelComponent = lbl_cmbPageNumbers
  548.           LabelRelLeft = 0
  549.           LabelRelTop = -15
  550.         end
  551.         object edtNumberFormat: TLblEdit
  552.           Left = 12
  553.           Top = 72
  554.           Width = 133
  555.           Height = 21
  556.           Hint = '|Format of page number (%d indicates number position)'
  557.           MaxLength = 20
  558.           TabOrder = 1
  559.           Text = '%d'
  560.           OnEdited = NewValues
  561.           LabelPos = lpTop
  562.           LabelMargin = 2
  563.           LabelComponent = lbl_edtNumberFormat
  564.           LabelRelLeft = 0
  565.           LabelRelTop = -15
  566.         end
  567.         object cmbHeader: TLblComboBox
  568.           Left = 164
  569.           Top = 32
  570.           Width = 137
  571.           Height = 21
  572.           Hint = '|Information to print as header'
  573.           DropDownCount = 5
  574.           ItemHeight = 13
  575.           TabOrder = 2
  576.           Items.Strings = (
  577.             '[None]'
  578.             'Date'
  579.             'Title'
  580.             'Date + Title'
  581.             'Title + Date')
  582.           AddNewToStart = False
  583.           AddNewToList = False
  584.           AllowNull = False
  585.           CaseSensitive = False
  586.           DestroyObjects = False
  587.           LimitToList = True
  588.           ReadOnly = False
  589.           OnListPick = NewValues
  590.           LabelPos = lpTop
  591.           LabelMargin = 2
  592.           LabelComponent = lbl_cmbHeader
  593.           LabelRelLeft = 0
  594.           LabelRelTop = -15
  595.         end
  596.         object cmbFooter: TLblComboBox
  597.           Left = 164
  598.           Top = 72
  599.           Width = 137
  600.           Height = 21
  601.           Hint = '|Information to print as footer'
  602.           DropDownCount = 5
  603.           ItemHeight = 13
  604.           TabOrder = 3
  605.           Items.Strings = (
  606.             '[None]'
  607.             'Date'
  608.             'Title'
  609.             'Date + Title'
  610.             'Title + Date')
  611.           AddNewToStart = False
  612.           AddNewToList = False
  613.           AllowNull = False
  614.           CaseSensitive = False
  615.           DestroyObjects = False
  616.           LimitToList = True
  617.           ReadOnly = False
  618.           OnListPick = NewValues
  619.           LabelPos = lpTop
  620.           LabelMargin = 2
  621.           LabelComponent = lbl_cmbFooter
  622.           LabelRelLeft = 0
  623.           LabelRelTop = -15
  624.         end
  625.       end
  626.       object edtTitle: TLblEdit
  627.         Left = 64
  628.         Top = 131
  629.         Width = 241
  630.         Height = 21
  631.         Hint = '|Text used for header or footer (if enabled)'
  632.         TabOrder = 1
  633.         OnEdited = NewValues
  634.         LabelPos = lpCustom
  635.         LabelComponent = lbl_edtTitle
  636.         LabelRelLeft = -47
  637.         LabelRelTop = 3
  638.       end
  639.       object edtDateFilter: TLblEdit
  640.         Left = 96
  641.         Top = 164
  642.         Width = 209
  643.         Height = 21
  644.         Hint = '|Format the date and time string according to filter'
  645.         HelpContext = 8
  646.         MaxLength = 80
  647.         TabOrder = 2
  648.         OnEdited = NewValues
  649.         LabelPos = lpCustom
  650.         LabelComponent = lbl_edtDateFilter
  651.         LabelRelLeft = -79
  652.         LabelRelTop = 3
  653.       end
  654.     end
  655.   end
  656.   object btnHelp: TButton
  657.     Left = 352
  658.     Top = 50
  659.     Width = 79
  660.     Height = 25
  661.     Caption = 'Help'
  662.     TabOrder = 1
  663.     Visible = False
  664.     OnClick = btnHelpClick
  665.   end
  666.   object btnCancel: TButton
  667.     Left = 352
  668.     Top = 202
  669.     Width = 79
  670.     Height = 25
  671.     Hint = '|Cancel printing and changes to settings'
  672.     Cancel = True
  673.     Caption = 'Cancel'
  674.     ModalResult = 2
  675.     TabOrder = 5
  676.     OnClick = btnCancelClick
  677.   end
  678.   object btnClose: TButton
  679.     Left = 352
  680.     Top = 174
  681.     Width = 79
  682.     Height = 25
  683.     Hint = '|Save options and close dialog box without printing'
  684.     Caption = 'Save'
  685.     Default = True
  686.     ModalResult = 1
  687.     TabOrder = 3
  688.     Visible = False
  689.     OnClick = btnOkClick
  690.   end
  691.   object btnOk: TButton
  692.     Left = 352
  693.     Top = 174
  694.     Width = 79
  695.     Height = 25
  696.     Hint = '|Save settings and Start printing'
  697.     Caption = 'Print'
  698.     Default = True
  699.     ModalResult = 1
  700.     TabOrder = 4
  701.     OnClick = btnOkClick
  702.   end
  703.   object btnSetup: TButton
  704.     Left = 352
  705.     Top = 128
  706.     Width = 79
  707.     Height = 25
  708.     Hint = '|Change the printer and/or printer options'
  709.     Caption = 'Setup...'
  710.     TabOrder = 2
  711.     OnClick = btnSetupClick
  712.   end
  713.   object vclFontDialog: TFontDialog
  714.     Font.Charset = DEFAULT_CHARSET
  715.     Font.Color = clWindowText
  716.     Font.Height = -11
  717.     Font.Name = 'MS Sans Serif'
  718.     Font.Style = []
  719.     Device = fdBoth
  720.     MinFontSize = 0
  721.     MaxFontSize = 0
  722.     Options = []
  723.     Left = 408
  724.     Top = 88
  725.   end
  726. end
  727.